[INFO] fetching crate askew 0.1.0...
[INFO] fixing askew-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate askew 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate askew 0.1.0
[INFO] finished tweaking crates.io crate askew 0.1.0
[INFO] tweaked toml for crates.io crate askew 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate askew 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate askew 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 593d7bdc5b2db3bb5948dbe64c0509000e1b94afc650977149f7119a9fe8918f
[INFO] running `Command { std: "docker" "start" "593d7bdc5b2db3bb5948dbe64c0509000e1b94afc650977149f7119a9fe8918f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "593d7bdc5b2db3bb5948dbe64c0509000e1b94afc650977149f7119a9fe8918f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "593d7bdc5b2db3bb5948dbe64c0509000e1b94afc650977149f7119a9fe8918f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "593d7bdc5b2db3bb5948dbe64c0509000e1b94afc650977149f7119a9fe8918f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking askew v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no associated function or constant named `from_acos` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:350:28
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- associated function or constant `from_acos` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 350 |         let angle = Angle::from_acos(0.0);
[INFO] [stdout]     |                            ^^^^^^^^^ associated function or constant not found in `Angle`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions:
[INFO] [stdout]       Angle::from_radians
[INFO] [stdout]       Angle::from_degrees
[INFO] [stdout]       Angle::from_turns
[INFO] [stdout]       Angle::from_percentage
[INFO] [stdout]    --> src/lib.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout]  95 |     pub const fn from_radians(radians: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub const fn from_degrees(degrees: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub const fn from_turns(turns: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub const fn from_percentage(percentage: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_asin` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:356:28
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- associated function or constant `from_asin` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 356 |         let angle = Angle::from_asin(0.0);
[INFO] [stdout]     |                            ^^^^^^^^^ associated function or constant not found in `Angle`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions:
[INFO] [stdout]       Angle::from_radians
[INFO] [stdout]       Angle::from_degrees
[INFO] [stdout]       Angle::from_turns
[INFO] [stdout]       Angle::from_percentage
[INFO] [stdout]    --> src/lib.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout]  95 |     pub const fn from_radians(radians: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub const fn from_degrees(degrees: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub const fn from_turns(turns: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub const fn from_percentage(percentage: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `from_radians` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 356 -         let angle = Angle::from_asin(0.0);
[INFO] [stdout] 356 +         let angle = Angle::from_radians(0.0);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_atan` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:362:28
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- associated function or constant `from_atan` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 362 |         let angle = Angle::from_atan(1.0);
[INFO] [stdout]     |                            ^^^^^^^^^ associated function or constant not found in `Angle`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions:
[INFO] [stdout]       Angle::from_radians
[INFO] [stdout]       Angle::from_degrees
[INFO] [stdout]       Angle::from_turns
[INFO] [stdout]       Angle::from_percentage
[INFO] [stdout]    --> src/lib.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout]  95 |     pub const fn from_radians(radians: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub const fn from_degrees(degrees: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub const fn from_turns(turns: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub const fn from_percentage(percentage: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `from_radians` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 362 -         let angle = Angle::from_atan(1.0);
[INFO] [stdout] 362 +         let angle = Angle::from_radians(1.0);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_atan2` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:368:28
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- associated function or constant `from_atan2` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 368 |         let angle = Angle::from_atan2(1.0, 1.0);
[INFO] [stdout]     |                            ^^^^^^^^^^ associated function or constant not found in `Angle`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions:
[INFO] [stdout]       Angle::from_radians
[INFO] [stdout]       Angle::from_degrees
[INFO] [stdout]       Angle::from_turns
[INFO] [stdout]       Angle::from_percentage
[INFO] [stdout]    --> src/lib.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout]  95 |     pub const fn from_radians(radians: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub const fn from_degrees(degrees: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub const fn from_turns(turns: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub const fn from_percentage(percentage: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `from_radians` with a similar name
[INFO] [stdout]    --> src/lib.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout]  95 |     pub const fn from_radians(radians: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_cartesian` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:374:28
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- associated function or constant `from_cartesian` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 374 |         let angle = Angle::from_cartesian(1.0, 1.0);
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^ associated function or constant not found in `Angle`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions:
[INFO] [stdout]       Angle::from_radians
[INFO] [stdout]       Angle::from_degrees
[INFO] [stdout]       Angle::from_turns
[INFO] [stdout]       Angle::from_percentage
[INFO] [stdout]    --> src/lib.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout]  95 |     pub const fn from_radians(radians: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub const fn from_degrees(degrees: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub const fn from_turns(turns: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub const fn from_percentage(percentage: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_cartesian` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:377:33
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- associated function or constant `from_cartesian` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 377 |         let angle_zero = Angle::from_cartesian(0.0, 0.0);
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ associated function or constant not found in `Angle`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions:
[INFO] [stdout]       Angle::from_radians
[INFO] [stdout]       Angle::from_degrees
[INFO] [stdout]       Angle::from_turns
[INFO] [stdout]       Angle::from_percentage
[INFO] [stdout]    --> src/lib.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout]  95 |     pub const fn from_radians(radians: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub const fn from_degrees(degrees: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub const fn from_turns(turns: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub const fn from_percentage(percentage: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_cartesian` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:380:37
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- associated function or constant `from_cartesian` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 380 |         let angle_negative = Angle::from_cartesian(-1.0, -1.0);
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^ associated function or constant not found in `Angle`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions:
[INFO] [stdout]       Angle::from_radians
[INFO] [stdout]       Angle::from_degrees
[INFO] [stdout]       Angle::from_turns
[INFO] [stdout]       Angle::from_percentage
[INFO] [stdout]    --> src/lib.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout]  95 |     pub const fn from_radians(radians: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub const fn from_degrees(degrees: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub const fn from_turns(turns: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub const fn from_percentage(percentage: f32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `cos` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:387:24
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- method `cos` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 387 |         assert!((angle.cos() - 0.5).abs() < f32::EPSILON);
[INFO] [stdout]     |                        ^^^ method not found in `Angle`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 387 |         assert!((angle.radians.cos() - 0.5).abs() < f32::EPSILON);
[INFO] [stdout]     |                        ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `sin` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:393:24
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- method `sin` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 393 |         assert!((angle.sin() - 0.5).abs() < f32::EPSILON);
[INFO] [stdout]     |                        ^^^ method not found in `Angle`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 393 |         assert!((angle.radians.sin() - 0.5).abs() < f32::EPSILON);
[INFO] [stdout]     |                        ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `tan` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:399:24
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- method `tan` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 399 |         assert!((angle.tan() - 1.0).abs() < f32::EPSILON);
[INFO] [stdout]     |                        ^^^ method not found in `Angle`
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 399 |         assert!((angle.radians.tan() - 1.0).abs() < f32::EPSILON);
[INFO] [stdout]     |                        ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `cot` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:405:24
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- method `cot` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 405 |         assert!((angle.cot() - 1.0).abs() < f32::EPSILON);
[INFO] [stdout]     |                        ^^^ method not found in `Angle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `cot` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:408:28
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- method `cot` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 408 |         assert!(angle_zero.cot().is_infinite());
[INFO] [stdout]     |                            ^^^ method not found in `Angle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `sec` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:418:24
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- method `sec` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 418 |         assert!((angle.sec() - expected).abs() < epsilon);
[INFO] [stdout]     |                        ^^^ method not found in `Angle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `csc` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:424:24
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- method `csc` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 424 |         assert!((angle.csc() - 2.0).abs() < f32::EPSILON);
[INFO] [stdout]     |                        ^^^ method not found in `Angle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `csc` found for struct `Angle` in the current scope
[INFO] [stdout]    --> src/lib.rs:427:28
[INFO] [stdout]     |
[INFO] [stdout]  87 | pub struct Angle {
[INFO] [stdout]     | ---------------- method `csc` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 427 |         assert!(angle_zero.csc().is_infinite());
[INFO] [stdout]     |                            ^^^ method not found in `Angle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `askew` (lib test) due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "593d7bdc5b2db3bb5948dbe64c0509000e1b94afc650977149f7119a9fe8918f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "593d7bdc5b2db3bb5948dbe64c0509000e1b94afc650977149f7119a9fe8918f", kill_on_drop: false }`
[INFO] [stdout] 593d7bdc5b2db3bb5948dbe64c0509000e1b94afc650977149f7119a9fe8918f
